projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e566745
)
osm: Remove attribute action from way.
author
oliskoli
<oliskoli>
Sun, 13 Apr 2008 09:22:51 +0000
(09:22 +0000)
committer
oliskoli
<oliskoli>
Sun, 13 Apr 2008 09:22:51 +0000
(09:22 +0000)
osm.c
patch
|
blob
|
history
diff --git
a/osm.c
b/osm.c
index dae49e1fcec71668ff4397cecc3f23517777ca8b..5c9ad776403db83fd7ee24d558154213819ad614 100644
(file)
--- a/
osm.c
+++ b/
osm.c
@@
-810,7
+810,7
@@
osm_rte_disp_head(const route_head *rte)
if (skip_rte) return;
- gbfprintf(fout, " <way id='%d'
action='modify'
visible='true'>\n", --node_id);
+ gbfprintf(fout, " <way id='%d' visible='true'>\n", --node_id);
}
static void